home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.net-link.net!news
- From: Rusty <russell@net-link.net>
- Newsgroups: comp.lang.c++
- Subject: help
- Date: 31 Jan 1996 01:25:45 GMT
- Organization: NetLink Systems, LLC.
- Message-ID: <4emgep$mvh@leol.net-link.net>
- NNTP-Posting-Host: p4-4.net-link.net
-
- I'm a (very) new C++ programmer, and I can not get the
- compiler to work. I am using Borland Turbo C ++ 4.5 for Windows,
- and I am trying to make a very simple program from a
- teach-your-self book. The program is:
- -----------
- main()
- {
- printf("Hello, world. \n");
- }
-
- -------------
- I create a new project, type this in, click the lightning-bolt
- (make and run program), and it gives me an error message and
- does not run the program. If you have any idea why this is,
- or know how to make it work, please tell me via this newsgroup,
- or preferably E-MAIL. My address is russell@net-link.net .
-
-
-